3.1.27 \(\int x^4 (a+b x) (a c-b c x)^5 \, dx\)

Optimal. Leaf size=87 \[ \frac {1}{5} a^6 c^5 x^5-\frac {2}{3} a^5 b c^5 x^6+\frac {5}{7} a^4 b^2 c^5 x^7-\frac {5}{9} a^2 b^4 c^5 x^9+\frac {2}{5} a b^5 c^5 x^{10}-\frac {1}{11} b^6 c^5 x^{11} \]

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 87, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {75} \begin {gather*} -\frac {5}{9} a^2 b^4 c^5 x^9+\frac {5}{7} a^4 b^2 c^5 x^7-\frac {2}{3} a^5 b c^5 x^6+\frac {1}{5} a^6 c^5 x^5+\frac {2}{5} a b^5 c^5 x^{10}-\frac {1}{11} b^6 c^5 x^{11} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^4*(a + b*x)*(a*c - b*c*x)^5,x]

[Out]

(a^6*c^5*x^5)/5 - (2*a^5*b*c^5*x^6)/3 + (5*a^4*b^2*c^5*x^7)/7 - (5*a^2*b^4*c^5*x^9)/9 + (2*a*b^5*c^5*x^10)/5 -
 (b^6*c^5*x^11)/11

Rule 75

Int[((d_.)*(x_))^(n_.)*((a_) + (b_.)*(x_))*((e_) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*
x)*(d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, d, e, f, n}, x] && IGtQ[p, 0] && EqQ[b*e + a*f, 0] &&  !(ILtQ[n
 + p + 2, 0] && GtQ[n + 2*p, 0])

Rubi steps

\begin {align*} \int x^4 (a+b x) (a c-b c x)^5 \, dx &=\int \left (a^6 c^5 x^4-4 a^5 b c^5 x^5+5 a^4 b^2 c^5 x^6-5 a^2 b^4 c^5 x^8+4 a b^5 c^5 x^9-b^6 c^5 x^{10}\right ) \, dx\\ &=\frac {1}{5} a^6 c^5 x^5-\frac {2}{3} a^5 b c^5 x^6+\frac {5}{7} a^4 b^2 c^5 x^7-\frac {5}{9} a^2 b^4 c^5 x^9+\frac {2}{5} a b^5 c^5 x^{10}-\frac {1}{11} b^6 c^5 x^{11}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 73, normalized size = 0.84 \begin {gather*} c^5 \left (\frac {a^6 x^5}{5}-\frac {2}{3} a^5 b x^6+\frac {5}{7} a^4 b^2 x^7-\frac {5}{9} a^2 b^4 x^9+\frac {2}{5} a b^5 x^{10}-\frac {1}{11} b^6 x^{11}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^4*(a + b*x)*(a*c - b*c*x)^5,x]

[Out]

c^5*((a^6*x^5)/5 - (2*a^5*b*x^6)/3 + (5*a^4*b^2*x^7)/7 - (5*a^2*b^4*x^9)/9 + (2*a*b^5*x^10)/5 - (b^6*x^11)/11)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^4 (a+b x) (a c-b c x)^5 \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^4*(a + b*x)*(a*c - b*c*x)^5,x]

[Out]

IntegrateAlgebraic[x^4*(a + b*x)*(a*c - b*c*x)^5, x]

________________________________________________________________________________________

fricas [A]  time = 1.36, size = 75, normalized size = 0.86 \begin {gather*} -\frac {1}{11} x^{11} c^{5} b^{6} + \frac {2}{5} x^{10} c^{5} b^{5} a - \frac {5}{9} x^{9} c^{5} b^{4} a^{2} + \frac {5}{7} x^{7} c^{5} b^{2} a^{4} - \frac {2}{3} x^{6} c^{5} b a^{5} + \frac {1}{5} x^{5} c^{5} a^{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*(b*x+a)*(-b*c*x+a*c)^5,x, algorithm="fricas")

[Out]

-1/11*x^11*c^5*b^6 + 2/5*x^10*c^5*b^5*a - 5/9*x^9*c^5*b^4*a^2 + 5/7*x^7*c^5*b^2*a^4 - 2/3*x^6*c^5*b*a^5 + 1/5*
x^5*c^5*a^6

________________________________________________________________________________________

giac [A]  time = 1.12, size = 75, normalized size = 0.86 \begin {gather*} -\frac {1}{11} \, b^{6} c^{5} x^{11} + \frac {2}{5} \, a b^{5} c^{5} x^{10} - \frac {5}{9} \, a^{2} b^{4} c^{5} x^{9} + \frac {5}{7} \, a^{4} b^{2} c^{5} x^{7} - \frac {2}{3} \, a^{5} b c^{5} x^{6} + \frac {1}{5} \, a^{6} c^{5} x^{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*(b*x+a)*(-b*c*x+a*c)^5,x, algorithm="giac")

[Out]

-1/11*b^6*c^5*x^11 + 2/5*a*b^5*c^5*x^10 - 5/9*a^2*b^4*c^5*x^9 + 5/7*a^4*b^2*c^5*x^7 - 2/3*a^5*b*c^5*x^6 + 1/5*
a^6*c^5*x^5

________________________________________________________________________________________

maple [A]  time = 0.00, size = 76, normalized size = 0.87 \begin {gather*} -\frac {1}{11} b^{6} c^{5} x^{11}+\frac {2}{5} a \,b^{5} c^{5} x^{10}-\frac {5}{9} a^{2} b^{4} c^{5} x^{9}+\frac {5}{7} a^{4} b^{2} c^{5} x^{7}-\frac {2}{3} a^{5} b \,c^{5} x^{6}+\frac {1}{5} a^{6} c^{5} x^{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*(b*x+a)*(-b*c*x+a*c)^5,x)

[Out]

1/5*a^6*c^5*x^5-2/3*a^5*b*c^5*x^6+5/7*a^4*b^2*c^5*x^7-5/9*a^2*b^4*c^5*x^9+2/5*a*b^5*c^5*x^10-1/11*b^6*c^5*x^11

________________________________________________________________________________________

maxima [A]  time = 0.92, size = 75, normalized size = 0.86 \begin {gather*} -\frac {1}{11} \, b^{6} c^{5} x^{11} + \frac {2}{5} \, a b^{5} c^{5} x^{10} - \frac {5}{9} \, a^{2} b^{4} c^{5} x^{9} + \frac {5}{7} \, a^{4} b^{2} c^{5} x^{7} - \frac {2}{3} \, a^{5} b c^{5} x^{6} + \frac {1}{5} \, a^{6} c^{5} x^{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4*(b*x+a)*(-b*c*x+a*c)^5,x, algorithm="maxima")

[Out]

-1/11*b^6*c^5*x^11 + 2/5*a*b^5*c^5*x^10 - 5/9*a^2*b^4*c^5*x^9 + 5/7*a^4*b^2*c^5*x^7 - 2/3*a^5*b*c^5*x^6 + 1/5*
a^6*c^5*x^5

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 75, normalized size = 0.86 \begin {gather*} \frac {a^6\,c^5\,x^5}{5}-\frac {2\,a^5\,b\,c^5\,x^6}{3}+\frac {5\,a^4\,b^2\,c^5\,x^7}{7}-\frac {5\,a^2\,b^4\,c^5\,x^9}{9}+\frac {2\,a\,b^5\,c^5\,x^{10}}{5}-\frac {b^6\,c^5\,x^{11}}{11} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4*(a*c - b*c*x)^5*(a + b*x),x)

[Out]

(a^6*c^5*x^5)/5 - (b^6*c^5*x^11)/11 - (2*a^5*b*c^5*x^6)/3 + (2*a*b^5*c^5*x^10)/5 + (5*a^4*b^2*c^5*x^7)/7 - (5*
a^2*b^4*c^5*x^9)/9

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 87, normalized size = 1.00 \begin {gather*} \frac {a^{6} c^{5} x^{5}}{5} - \frac {2 a^{5} b c^{5} x^{6}}{3} + \frac {5 a^{4} b^{2} c^{5} x^{7}}{7} - \frac {5 a^{2} b^{4} c^{5} x^{9}}{9} + \frac {2 a b^{5} c^{5} x^{10}}{5} - \frac {b^{6} c^{5} x^{11}}{11} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4*(b*x+a)*(-b*c*x+a*c)**5,x)

[Out]

a**6*c**5*x**5/5 - 2*a**5*b*c**5*x**6/3 + 5*a**4*b**2*c**5*x**7/7 - 5*a**2*b**4*c**5*x**9/9 + 2*a*b**5*c**5*x*
*10/5 - b**6*c**5*x**11/11

________________________________________________________________________________________